projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39cf9e
)
(menu-bar-help-menu): Add item for emacs-version.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:15:32 +0000
(
04:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:15:32 +0000
(
04:15
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index c16960f25b559777f5cae50135377cf1193a859e..c4882f28c8a7f4ed3b68dbd14800139c9ccce38e 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-132,6
+132,8
@@
(define-key global-map [f16] 'clipboard-kill-ring-save)
(define-key global-map [f18] 'clipboard-yank)
\f
+(define-key menu-bar-help-menu [emacs-version]
+ '("Show Version" . emacs-version))
(define-key menu-bar-help-menu [emacs-tutorial]
'("Emacs Tutorial" . help-with-tutorial))
(define-key menu-bar-help-menu [man] '("Man..." . manual-entry))